home *** CD-ROM | disk | FTP | other *** search
- -- card: 15754 from stack: in
- -- bmap block id: 6066
- -- flags: 0000
- -- background id: 10276
- -- name: world map
- ----- HyperTalk script -----
- on openCard
- hide background button "previous"
- end openCard
-
- on closeCard
- show background button "previous"
- end CloseCard
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=198 top=312 right=336 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Animation
- ----- HyperTalk script -----
- on mouseUp
- push card
- if the name of this card is not "world map" then
- go to card "world map"
- repeat 4 times
- visual wipe left very slowly
- go next
- wait 30
- end repeat
- end if
-
-
-
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=16 top=319 right=340 bottom=76
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- global ReturnCard
- go ReturnCard
- end mouseUp
-
-